花费 19 ms
sv/uvm的一些tips

1.bind的用法 bind module_name1 module_name2 inst_name(); module_name1:被bind的module module_name2:发起bi ...

Wed Jan 30 00:28:00 CST 2019 0 2244
timescale使用

1.timescale的介绍 timescale包含时间单位和时间精度两部分。设定格式为`timescale timeunit / timeprecision timeunit和timep ...

Sat Mar 01 02:21:00 CST 2014 0 6398
SV--数据类型

转载于 https://www.cnblogs.com/-9-8/p/4420523.html Verilog-1995中规定的数据类型有:变量(reg), 线网(wire), 32位有符号数(integer), 64位无符号数(time), 浮点数(real)。 SV扩展了reg ...

Tue Jan 21 00:00:00 CST 2020 0 1342
SV--过程语句与并发进程

a: 阻塞语句=,非阻塞语句<=,自加自减++、--,过程连续复制语句assign、deassign、force、deposit、release b: if……else、case、casex、 ...

Mon Jan 20 23:26:00 CST 2020 0 858
uvm_reg常用的读写方式

首先创建register model ral_model_h; 可以使用下面的方式来读写寄存器: uvm_reg temp_reg; uvm_status_e status; $cast(te ...

Wed Sep 04 22:27:00 CST 2019 0 404
SV--随机

a:系统函数:$random/$urandom/$urandom_range,$dist_uniform/$dist_normal/$dist_exponetial/$dist_possion/$di ...

Mon Jan 20 02:58:00 CST 2020 0 787

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM